@charset UTF-8;
/*---------------------------------------------------------
Theme Name:肉のスズキヤ2017
Theme URI: http://d7r.com
Description: Must Simple
Author: sada
Author URI: https://pochilog.jp
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: flexible-width, custom-header, custom-menu, editor-style,
Version: 20170424
---------------------------------------------------------*/
/*----------------------------------------------------------
エディタ設定
----------------------------------------------------------*/
body.mceContentBody {
	margin : 0 10px;
	background : transparent;
}
/*--------------------------------------------------------------------------------------------------------------------
Normalize
--------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------
初期化
----------------------------------------------------------*/
* {
	margin : 0;
	padding : 0;
	    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
	box-sizing : border-box;
	word-wrap : break-word;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    table-layout: fixed;
}
h1,h2,h3,h4,h5,h6,h7 {
	font-size : 1em;
	font-weight : normal;
	margin : 0;
	padding : 0;
}
h4{
	clear:both;
}
audio,
canvas,
progress,
video {
	display : inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display : none;
	height : 0;
}
[hidden],
template {
	display : none;
}
abbr[title] {
	border-bottom : 1px dotted;
}
dfn {
	font-style : italic;
}
mark {
	background : #ff0;
	color : #000;
}
svg:not(:root) {
	overflow : hidden;
}
figure {
	margin : 1em 40px;
}
fieldset {
	border : 1px solid #ccc;
	margin : 0 10px;
	padding : 10px;
}
legend {
	border : 0;
	padding : 0;
}
optgroup {
	font-weight : bold;
}
img {
	border : 0;
	margin : 0;
}
a {
	color : #009;
	text-decoration : none;
	background : transparent;
}
a:active,
a:hover {
	color : #f00;
	outline : 0;
}
a img {
	border : none;
}
a:hover img {
	opacity : 0.8;
}
HR {	
	border : 0 none;
	height : 1px;
	margin : 10px 0;
	padding : 0;
	color : #ccc;
	background : #ccc;
}
ol, ol li,
ul, ul li {
	list-style-type : none;
	padding : 0;
	margin : 0;
}
b,
strong {
	font-weight : bold;
	font-size : 105%;
}
small {
	font-size : 75%;
}
sub,
sup {
	font-size : 75%;
	line-height : 0;
	position : relative;
	vertical-align : baseline;
}
sup {
	top : -0.5em;
}
sub {
	bottom : -0.25em;
}
/*----------------------------------------------------------
レスポンシブ対策
----------------------------------------------------------*/
img,
video,
object {
	max-width : 100%;
	height : auto;
	border : none;
	vertical-align : top;
}
iframe {
	max-width : 100%;
}
@media only screen and (max-width : 780px) {

.youtube-container {
	position : relative;
	padding-bottom : 56.25%;
	padding-top : 30px;
	height : 0;
	overflow : hidden;
}
.youtube-container iframe {
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
}
}
/*----------------------------------------------------------
フォーム
----------------------------------------------------------*/
button,
input,
optgroup,
select,
textarea {
	color : inherit;
	font : inherit;
	margin : 0;
}
button {
	overflow : visible;
	/* スマホメニュー用　ボタン初期化 Kasuga */
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
button,
select {
	text-transform : none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance : button;
	cursor : pointer;
}
button[disabled],
html input[disabled] {
	cursor : default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border : 0;
	padding : 0;
}
input {
	line-height : normal;
}
input[type="checkbox"],
input[type="radio"] {
	padding : 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height : auto;
}
input[type="search"] {
	-webkit-appearance : textfield;
	width : 100%;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance : none;
}
input[type="select"] {
}
form select {
	font-size : 125%;
}
input[type="text"] {
	-webkit-appearance : textfield;
	max-width : 100%;
}
input[type="email"] {
	-webkit-appearance : textfield;
	width : 100%;
}
textarea {
	-webkit-appearance : textfield;
	width : 100%;
	overflow : auto;
}
.post form input[type="submit"] {
	color : #000;
	border : 1px solid #999;
	padding : 10px 30px;
	border-radius : 4px;
	background : #fff;
	font-weight : bold;
}
.post form input[type="submit"]:hover {
	color : #fff;
	background : #900;
}
/*----------------------------------------------------------
clearfix
----------------------------------------------------------*/
.clearfix:after {
	content : "";
	display : block;
	clear : both;
	overflow : hidden;
	font-size : 0.1em;
	line-height : 0;
}
.clear {
	clear : both;
}
.center {
	text-align : center;
	padding-bottom : 20px;
}

